-
The proxy object for the current map style.
DingiStyle provides a set of convenience methods for changing Mapbox default styles using
-[DingiMapView styleURL]. Learn more about Mapbox default styles.It is also possible to directly manipulate the current map style via
-[DingiMapView style]by updating the style’s data sources or layers.See moreNote
Wait until the map style has finished loading before modifying a map’s style via any of theDingiStyleinstance methods below. You can use the-[DingiMapViewDelegate mapView:didFinishLoadingStyle:]or-[DingiMapViewDelegate mapViewDidFinishLoadingMap:]methods as indicators that it’s safe to modify the map’s style.Declaration
Objective-C
@interface DingiStyle : NSObjectSwift
class DingiStyle : NSObject
-
An
See moreDingiLightobject represents the light source for extruded geometries inDingiStyle.Declaration
Objective-C
@interface DingiLight : NSObjectSwift
class DingiLight : NSObject
Styling the Map Reference